home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_include / ASM-PPC / SETUP.H < prev    next >
C/C++ Source or Header  |  1999-09-17  |  161b  |  10 lines

  1. #ifndef _PPC_SETUP_H
  2. #define _PPC_SETUP_H
  3.  
  4. #define m68k_num_memory num_memory
  5. #define m68k_memory memory
  6.  
  7. #include <asm-m68k/setup.h>
  8.  
  9. #endif /* _PPC_SETUP_H */
  10.